home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00239_Wait for animations to end.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
203 b
|
18 lines
on beginSprite
waitCursor()
end
on exitFrame
if patronsStillAnimating() then
go(the frame)
else
if beyondMinTips() then
endOfLevel()
end if
end if
end
on idle
nothing()
end